c# 通过反射 实例化类 1. 用Type 在 website 下 C#代码 //定义参数类型数组 Type[] tps = new Type[2]; tps[0] = typeof(int); ...